home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 028a / zipit114.zip / ADDPATH.BAT next >
DOS Batch File  |  1991-12-20  |  225b  |  8 lines

  1. @echo off
  2. rem Copyright 1991 by DVD software
  3. rem This file is included with Zipit 1.14 
  4. rem it is used to add paths to the path environment variable.
  5. rem USE: addpath 'The path that is to be added'
  6.  
  7. set path=%1;%path%
  8.